home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Language file for The Octopus GEM/TOS Bulletin Board System
- ; written by me (Koos Kuil) on 05 Jan 1996
- ;
- ; Updated for Octopus v0.74alpha-7, default English Language module
- ;
- ; WARNING: Be sure that all % chars are available in the Language
- ; dependent lines, when they are missing or swapped (when
- ; there are 2 or more existing), Bombs or garbage are the
- ; result when the concerning line is send.
- ;
- ; When you want to make a translation use this Language file as
- ; basic because this one is allways up-to date with new Octopus
- ; versions. Don't make selection lines (menu bars) to large, think
- ; about the screen width and keep it short.
- ;
- ; This Language file is done on very low-level C niveau, when you
- ; do not understand C, be carefull!
- ;
- ; \f Form feed (Clear Screen)
- ; \n Line Feed
- ; \r Carrige Return
- ;
- ; Colors are available by adding the following magics hexadecimal
- ; values (these are internal codes).
- ;
- ; F_RESET \x0e Foreground colors
- ; F_RED \x0f
- ; F_GREEN \x10
- ; F_YELLOW \x11
- ; F_BLUE \x12
- ; F_MAGENTA \x13
- ; F_CYAAN \x14
- ; F_WHITE \x15
- ; F_BLACK \x16
- ;
- ; B_RESET \x17 Background colors
- ; B_RED \x18
- ; B_GREEN \x19
- ; B_YELLOW \x1a
- ; B_BLUE \x1b
- ; B_MAGENTA \x1c
- ; B_CYAAN \x1d
- ; B_WHITE \x1e
- ; B_BLACK \x1f
- ;
- ; AskYesNo ()
- ;
- ; Format: "<No><Yes><Yes>..." The first key is allways NO!
- ;
- Ask_YesNo "NY\r"
- Say_Yes "Yes\r\n"
- Say_No "No\r\n"
- ;
- ; More prompt
- ;
- Moreprompt "More (Y,n,=) ? "
- ;
- ; Keys for more prompt: "<Nonstop><No><Yes>..."
- ;
- Moreprompt_keys "=NY\r"
- ;
-
- ; Archive text
-
- Arch_unknown "\rUnknown file format or compression method, press \x18(Enter)\x17 to continue..."
- Arch_compress "\r\n\nCalling external %s archiver to compress (%12s)..."
- Arch_uncompress "\r\n\nCalling external %s archiver to uncompressing..."
- Arch_file_id "Found FILE_ID.DIZ description file"
-
- ;
- ; Bulletin menu keys format:
- ;
- ; Backward B
- ; Forward F
- ; Goto G
- ; Download D
- ; Search S
- ; Quit Q
- ;
- Bulletin_menukeys "BFGDSQ\r"
- ;
- ; Bulletin text
- ;
- Bull_scanning "\fScanning Bulletin ...."
- Bull_backward "Backward"
- Bull_forward "Forward"
- Bull_goto "\rGoto bulletin page number (1 - %d) : "
- Bull_inv_page "\rInvalid page number %s, press \x18(Return)\x17..."
- Bull_search "\rSearch to keyword "
- Bull_searching "\tSearching..."
- Bull_notfound "\r\n\nKeyword %s not found.\r\n"
- Bull_status "\rBulletin: %s (%lu), page number %3d of %d pages. Select: "
- Bull_menutext "\x11%s\x0e\r\n"
- "@F Forward @B Backward @D Download @G Goto @S Search @Q Quit\r\n"
- Bull_nokeyw_bw "\r%79s\rNo keywords backwards found, reset keyword \x18(Y,n)\x17 ? "
- Bull_nokeyw_fw "\r%79s\rNo keywords forward found, reset keyword \x18(Y,n)\x17 ? "
-
- ; Editor text
-
- Edit_title "\f\x1a Octopus Text Editor \x17\r\n\n"
- Edit_header "Begin now with entering your message text, there's automatically word\r\n"
- "wrapping after the end of each line, Enter 2 empty lines to exit edit mode.\r\n\n"
-
- Edit_bar " +---------+---------+---------+---------+---------+---------+---------+\r\n\n"
-
- Edit_filedesc "Enter a description for this file, maximum 5 lines are possible. Enter 2\r\n"
- "empty lines to exit edit mode. Use @S to save file or @Q to lose it.\r\n\n"
-
- Edit_menutext "\r\n\n@C Continue @D Delete @I Insert @Q Quit @S Save\r\n"
- "@H Help @L List Select : "
-
- Edit_saving "\r\n\nSaving your message..."
- Edit_delete "\r\n\nDelete line(s): "
- Edit_delete_f "\r\n\nDelete your first line? I can't do this."
- Edit_insert "\r\n\nInsert line: "
- Edit_wrongline "\rWrong line number, use only line numbers between 1 and %d !"
- Edit_listing "Listing...\r\n"
- Edit_quit "\r\n\nYour message text will be gone! Do you really want to Quit \x18(Y,n)\x17 ? "
- ;
- ; New entry's for Octopus v0.68 Beta
- ;
- Edit_no_insert "\r\n\nInsert lines while describing new uploads is not possible."
- ;
- ; Quote keys
- ;
- ; Format: Edit_quote_keys <quit><no><yes>...
- ;
- Edit_quote "\x18(Y,n,q)\x17 ? "
- Edit_quote_keys "QNY\r"
- ;
- ; Filebase menu keys
- ;
- ; Backward B
- ; Forward F
- ; Download D
- ; Edit E
- ; Help H
- ; Tag T
- ; Info I
- ; Keyword K
- ; Quit Q
- ; Newfiles N
- ; Search S
- ;
- Filebase_menukeys "BFDEHTIKQNS\r"
- ;
- ; Filebase edit taglist menu keys
- ;
- ; Untag all A
- ; Help H
- ; Tag/Untag T
- ; Quit Q
- ;
- Filebase_editkeys "AHTQ"
- ;
- ; Filebase download menu keys
- ;
- ; Description D
- ; Protocol P
- ; Quit Q
- ; Helptext ?
- ; Autologoff !
- ; Edit taglist E
- ;
- Filebase_downlkeys "DPQ?!E"
- ;
- ; Filebase text
- ;
- File_b_info "Show information about file nr: "
- File_b_newfiles "Enter number of days or date '%s' for newfiles listing: "
- File_b_search "Search to file: "
- File_b_tagfiles "Tag number(s): "
- File_bg_keyword "Enter keyword to search (No Wildcards!): "
- File_bl_keyword "Keyword: "
- File_transfer "\r\n\nPlease start your %s now using %s...\r\n"
- "Press Control-X several times to abort transfer.\r\n\n"
-
- File_no_newfil "No (more) new files found, please \x15Upload\x0e something!"
- File_no_keyword "No (more) files found with keyword \'%s\', please try another one."
-
- File_back_edit "\nBack from the Tag list options, select a menu option!\r\n\n"
- File_back_help "\nBack from the Help Bulletin, select a menu option!\r\n\n"
-
- ; Filebase menu entrys
-
- File_bg_menu_1 "\f@B Backward @D Download @E Edit @F Forward @H Help @I Info @K Keyword\r\n"
- File_bg_menu_2 "@S Search @N New files @T Tag @Q Quit Select: "
- File_bl_menu_1 "\f@B Backward @D Download @E Edit @F Forward @H Help @I Info\r\n"
- File_bl_menu_2 "@K Keyword @T Tag file @Q Quit Select: "
- File_ed_menu_1 "\f@A Untag all files @T (un)Tag file(s) @H Help @Q Quit\r\n"
- File_ed_menu_2 "Select option: "
-
- ; General text used in filebase
-
- File_avail_areas "Listing of available file areas in group '\x10%s\x0e'...\r\n\n"
- File_select_area "\r\n\x18(B)\x17 Backward \x18(F)\x17 Forward \x18(W)\x17 Width/Small list \x18(Q)\x17 Quit \x18(Return)\x17 for (more)\r\n"
- "Enter file area number or select option: "
-
- File_stats "File Base statistics...\r\n"
- File_areas "\nAvailable areas in File Group (%8s)\r\n\n"
- File_available "\nTotal available files: %lu\r\nTotal size of files : %lu Kbyte\r\n\n"
- File_newfiles "\f\nEnter number of days or date '%s' for newfiles listing: "
- File_listing "\f\nEnter a part of filename or \x18(Return)\x17 for begin of listing: "
- File_search "\f\nEnter keyword to search in all fileareas (no wildcards!): "
- File_info "\f\nEnter the filename of the ARC/ARJ/LZH/ZIP or ZOO file: "
- File_notfound "\r\n\nFile not found or no access.\r\n\n"
- File_exceed "File (%-12s) will exceed your download limit, use \x18Edit\x17 for selection. "
- File_clear "\rAre you sure to clear tagged files listing \x18(Y,n)\x17 ? "
- File_max_down "\r\n\nMaximum download today. : %5ld kb Total size of tagged files: %5lu kb\r\n"
- "Download remaining..... : %5d kb \x19Green filenames\x17 are tagged.\r\n\n"
-
- File_tot_tagged "\r\nTotal size of tagged files: %ld bytes Approx download time: %d minutes\n"
- File_warning "\r\nWarning, it maybe possible that you have not enough time left.\n"
-
- File_continue "\rPress \x18(Return)\x17 to continue..."
- File_upload "\r\n\nEnter the filename you want to upload: "
- File_upload_thx "\r\n\nThank you very much for your upload!\r\n"
- "You'll get %ld minute(s) extra bonus time today.\r\n\n"
-
- File_incoming "\r\n\nScanning for incoming files...\r\n\n"
- File_found "\rFound (%s) file: %s size: %lu bytes\r\n\n"
-
- File_moving "\r\n\nMoving file (can take a few seconds) ..."
- File_autologoff "\r\nAutomatic logoff, press \x18(Space)\x17 to abort.\r\n"
- File_opt_avail "\r\nAvailable filebase download options...\r\n\n"
- "@D File descriptions (now %s). @E Edit taglist.\r\n"
-
- File_opt_file "\r\nFilename: (%12s) Size: %ld bytes\r\n\n"
- File_opt_avail2 "@Q Quit download. @P Download protocol (%s)\r\n"
- "@? Displays this help text. @! Start transfer & Logoff.\r\n"
-
- File_fbs_fname "\r\nEnter Filename, option or \x18(Return)\x17 to start Transfer: "
- File_fname "\r\nEnter Option or press \x18(Return)\x17 to start Transfer: "
- File_descrip "\r\n\nFile descriptions are now turned %s\r\n"
- File_invalid "\r\n\nInvalid download option\r\n"
- File_notagged "\r\n\nThere are no files tagged for downloading, please enter a filename.\n"
- File_nowildcard "\r\n\nPlease don't use wildcards, use only full filenames.\n"
- File_noreg "\r\n\nIf your Sysop register Octopus, you can download this file.\n"
- File_tagged "\r\n\nTagged file: %s (%ld bytes)\n"
- File_exceed2 "\r\n\nThis file will exceed your download limit.\n"
- File_notfound2 "\r\n\nFile not found or no access.\n"
- ;
- ; A few new entry's for Octopus v0.68 Beta
- ;
- File_downlabort "\r\nDownload aborted! Try it once again \x18(Y,n)\x17 ? "
- File_keeptagged "\r\nShould i keep the list of tagged files \x18(Y,n)\x17 ? "
- File_clr_tagged "\r\nListing of tagged files is cleared now!\r\n\n"
- File_dqwk_abort "\r\nQWK download aborted (file %s) Try it once again \x18(Y,n)\x17 ? "
- File_nogroupacc "Sorry, you have no access to the file group \'%s\'.\r\n\n"
- ;
- ; Attribute menu keys
- ;
- ; Auditrequest A
- ; Crash C
- ; Filerequest F
- ; Hold H
- ; Killsent K
- ; Local L
- ; Orphan O
- ; Private P
- ; ReturnReceipt R
- ; Received V
- ; Sent S
- ; Fileattach W
- ;
- Mess_attribkeys "ACFHKLOPRVSW\r\x1b"
- ;
- ; Messagebase text
-
- Mess_all "All"
- Mess_again "Again"
- Mess_backward "Backward"
- Mess_change "Change"
- Mess_erase "Erase"
- Mess_forward "Forward"
- Mess_headeredit "Header edit"
- Mess_help "Help"
- Mess_kludge "Kludge"
- Mess_keyword "Keyword"
- Mess_mark "Mark"
- Mess_netreply "Netmail reply"
- Mess_next_area "Next area"
- Mess_prev_area "Previous area"
- Mess_print "Print msg"
- Mess_quit "Quit"
- Mess_reply "Reply"
- Mess_scan "Scan"
- Mess_write "Write"
- ;
- ; Message base status text
-
- Mess_Fs_nmess "(no messages available)"
- Mess_Fs_naccess "(no access to message)"
- Mess_Fs_nobackw "(no messages backward)"
- Mess_Fs_first "(first message)"
- Mess_Fs_noforwd "(no messages forward)"
- Mess_Fs_last "(last message)"
- Mess_Fs_repnetm "(reply to netmail)"
- Mess_Fs_norepbk "(no reply's backward)"
- Mess_Fs_norepfw "(no reply's forward)"
- Mess_Fs_noerase "(erase is not allowed)"
-
- ; Message base menu bars
- ;
- ; A Again
- ; B Backward
- ; C Change
- ; D Download attached file
- ; E Erase message
- ; H Header edit & attribute edit
- ; F Forward
- ; G Goto
- ; K Kludge
- ; M Move
- ; N Netmail Reply (quoted)
- ; Q Quit
- ; R Reply (quoted)
- ; S Scan
- ; W Write (allow header edit & upload message)
- ; < Original
- ; > Answer
- ;
- ; Normal message base menu bar options (ReadMessages)
- ;
- ; Message area menu keys are sorted in alfabetical order and are
- ; constant in Octopus (first key 'A' == allways Again, replace 'A'
- ; by another one if you want) (Function not supported yet)
- ;
- Mess_areamenu_keys "ABCDEFGHKMNQRSW<>\r\x10"
- ;
- Mess_areamenu1 "@A Again @B Backward @C Change @D Download @E Erase @F Forward @G Goto\r\n"
- "@H Header @K Kludge @M Move @N NetReply @Q Quit @R Reply @S Scan\n"
- Mess_areamenu2 "\r@W Write @< Origin @> Answer Select:"
- ;
- ; Normal message base scan menu bar options
- ;
- Mess_scanmenu_keys "ABFGHKMNRQ\r"
- ;
- Mess_scanmenu1 "@A All @B Backward @F Forward @G Goto @H Help @K Keyword @M Mark\r\n"
- Mess_scanmenu2 "@N Name @R Replys @Q Quit Select scan option: "
- ;
- ; Own message base menu bar options
- ;
- Mess_ownmenu_keys "ABCDEFGKNQRS+-\r\x10"
- ;
- Mess_ownmenu1 "@A Again @B Backward @C Clear @D Download @E Erase @F Forward\r\n"
- "@G Goto @K Kludge @N NetReply @Q Quit @R Reply @S Scan\r\n"
- Mess_ownmenu2 "@+ Area @- Area Select: "
- ;
- ; Own message base scan menu bar options
- ;
- Mess_ownscmenu_keys "FBGHQ\r"
- ;
- Mess_ownscmenu1 "@F Forward @B Backward @G Goto @H Help @Q Quit\r\n"
- Mess_ownscmenu2 "Select scan option: "
- ;
- ; Message attribute change menu bar options
- ;
- Mess_attmenu1 "@A AuditReq @C Crash @F FileReq @H Hold \x18(Return)\x17 - Accept\r\n"
- Mess_attmenu2 "@K Kill/Sent @L Local @O Orphan @P Private \x18(Escape)\x17 - No changes\r\n"
- Mess_attmenu3 "@R ReturnRec @V Received @S Sent @W With File Select Attributes: "
-
- ; Message base general text
-
- Mess_nobackward "\r\n\nNo messages backward or no access.\r\n\n"
- Mess_noforward "\r\n\nNo messages forward or no access.\r\n\n"
- Mess_nomarked "\r\n\nThere are no marked messages to read.\r\n\n"
- Mess_goto "Goto message : "
- Mess_goto_warn "\rGoto does result in incorrect lastread pointers, quit \x18(Y,n)\x17 ? "
- Mess_clear "\rDo you want to set all current marked mail as readed \x18(Y,n)\x17 ? "
- Mess_clear_area "\rShould i set only the current area (No for all areas) \x18(Y,n)\x17 ? "
- Mess_clearing "Busy with setting all marked messages as readed..."
- Mess_erasemsg "\rDo you really want to erase this message \x18(Y,n)\x17 ? "
-
- Mess_noaccess "\r\n\nYou have no access to that message!\r\n\n"
- Mess_noclear "\rClear doesn't work now. Press \x18(Return)\x17 to continue..."
- Mess_askname "Please enter the full name of the user and/or the fidonet node number."
- Mess_writemsg "\r\n\nWrite a message\r\n\n"
- "Msg Date : %s\r\n"
- "From user: %s\r\n"
- "To user : "
-
- Mess_nodenr " node (x:xx/xx.x): "
- Mess_inv_node "You didn't enter a right fidonet number or known username! Retry \x18(Y,n)\x17 ? "
- Mess_rep_back "Reply backward"
- Mess_rep_noback "\r\n\nNo reply's backward found.\r\n\n"
- Mess_rep_forw "Reply forward"
- Mess_rep_noforw "\r\n\nNo reply's forward found.\r\n\n"
- Mess_ask_pvt "Should this be a PRIVATE message \x18(Y,n)\x17 ? "
-
- Mess_quote_txt "Quote message text \x18(Y,n)\x17 ? "
- Mess_quote_beg "\rBegin now with quoting the original message text...\r\n"
- Mess_writemsg_2 "\r\n\nWrite Message\r\n\n"
- Mess_writemsgft "From: %s\r\nTo : "
- Mess_writemsgsb "\r\nSubj: "
- Mess_scankeyw "Scan to keyword : "
- Mess_scanname "Scan username : "
- Mess_scanrep "Scan reply's"
- Mess_move "\rMove messsage %d to area"
- Mess_move_inv "\rInvalid message area %s (Press any key)"
- ;
- ; The more prompt while displaying a message, the first
- ; char is used to abort the message.
- ;
- Mess_more "More \x18(Y,n,menu key)\x17 ? "
- Mess_more_keys "NFBQRDWS<>"
- ;
- ; Mailscan
- Mess_allscan "\r\n\nScanning messages to All...\r\n"
- Mess_mailscan "\r\n\nScanning mail... (wait a few seconds)... press \x18(Space)\x17 to abort.\r\n"
- Mess_nomail " \r\nNo new mail found to you.\n"
- Mess_scantot "Scanned a total of %ld messages\r\n\n"
- Mess_foundmsgs "Found %d messages to you, do you want to read it \x18(Y,n)\x17 ? "
-
- Mess_download "Do you want to download the %ld bytes long attached file \x18(Y,n)\x17 ?"
- Mess_fileattach "@D Download attached file"
- Mess_ascii_fatt "This message contains a file for you, press (D) for download.\r\n\n"
-
- Mess_searchkeywd "\fSearch to keyword inside message text in groups '\x10%s\x0e'\r\n\n"
- "(upper/lowercase are ignored) : "
- Mess_searching "\r\nScanning inside message text to keyword '%s'\r\n"
- Mess_searcharea "Searching message area %s\r\n"
-
- Mess_scannewmail "\r\n\nScanning new mail in marked areas..."
- Mess_nonewmail "\r\n\nNo new mail found in marked message areas.\r\n\n"
- ;
- ; New entry's for Octopus v0.68 Beta
- ;
- Mess_nogroupacc "Sorry, you have no access to the message group \'%s\'.\r\n\n"
-
- ; Misc text
-
- Misc_subject "\fOn what subject do you want to chat with the Sysop?\r\n>"
- Misc_sysop "\x1b Sysop name: %-26s (ESC) to exit chat mode \x17"
- Misc_user "\x18 You are user: %-26s OCTOPUS %s Time: \x17"
- Misc_hello "\r\n\nHello %s, the sysop is talking to you...\r\n\n"
- Misc_end "\nEnd of the chat, press \x18(Return)\x17 to continue... "
- Misc_wakeup "I'm now trying to wakeup the sysop, press \x18(Space)\x17 to abort... "
- Misc_notavail "\r\n\nThe sysop is not available yet, do you want to leave a message \x18(y,n)\x17 ? "
- Misc_senseterm "\fAutoSensing ANSI... "
- Misc_timeout "\fHello! I'm waiting on you, please respond by pressing \x18(Space)\x17 bar.\r\n"
- "Countdown is started now before disconnect... "
-
- ; Qwkreader text
-
- Qwk_creating "\f\nCreating QWK Mail Packet, press \x18(Space)\x17 to abort.\r\n\n"
- Qwk_processing "Processing message area (%-20s), messages (%4d) ...\r\n"
- Qwk_abort "\x0e\rAbort QWK mail processing \x18(Y,n)\x17 ? "
- Qwk_added "\x0e\rAdded (%4d) messages in QWK packet.\r\n\n"
- Qwk_ask_batch "\fShould i create the QWK packet \x1eOFFLINE\x17 (you must call back later) \x18(Y,n)\x17 ? "
- Qwk_already_req "\nThere's already a QWK Batch-Pack job existing from you, you should\r\n"
- "wait first until this one is ready (maybe about a few hours).\r\n\n"
- Qwk_batch_info "\r\nYour QWK batchpack request will be processed within a few hours\r\n\n"
-
- Qwk_upload "\r\n\nPlease Upload now your QWK reply mail packet using %s...\r\n"
- "Press Control-X several times to abort transfer.\r\n\n"
-
- Qwk_import "\r\n\nImport QWK reply mail packet, wait a moment...\r\n\n"
- Qwk_unkn_netm "> Node number (%s) unknown in Netmail message\n"
- Qwk_acc_denied "> Write access denied to area (%s)\r\n"
- ;
- ; New entry's for Octopus v0.68 Beta
- ;
- Qwk_ask_auto "\nDo you want daily an automatically created QWK mail packet \x18(Y,n)\x17 ? "
- Qwk_req_info "\nYour QWK packet will be processed immediately after your logoff.\r\n\n"
-
- ; Message area listings generated by Octopus are also used by QWK
-
- Qwk_mess_areas "Listing of available message areas in group '\x10%s\x0e'...\r\n\n"
- Qwk_avail_areas "Available message areas for QWK offline reader in group '\x10%s\x0e'...\r\n\n"
-
- Qwk_select_area "\r\n\x18(B)\x17 Backward \x18(F)\x17 Forward \x18(W)\x17 Width/Small list \x18(Q)\x17 Quit \x18(Return)\x17 for (more)\r\n"
- "Enter msg area (numbers) or select option: "
-
- Qwk_select_mess "message area"
- Qwk_select_numm "area number(s)"
- Qwk_nomarked "\fThere are message areas marked for the QWK offline reader, please do this!\r\n\n"
- Qwk_max_days "\r\nEnter maximum number of days for messages: "
-
- ; Send/Recv text
-
- Send_shell "Wait a moment... Sysop is shelling to a external shell...\r\n"
- Send_back "\nSysop is back... Press \x18(Return)\x17 to continue..."
-
- ; Script text
-
- Scr_timeup "\fTIME UP! you have not more online time left today see you...\r\n"
-
- ; Userbase text
-
- User_userlist "\x18(UserList)\x17 Enter a optional search pattern: "
- User_searching "\f(Wait a second) Searching userlist for '%s' patterns..."
- User_ulistnotf "\r\n\nNo users found, please try another search pattern.\r\n\n"
- User_new_passw "\r\n\nSelect a security password. 4 - 14 chars. : "
- User_pw2short "\r\n\nYour password is too short, select a new & longer password.\a"
- User_pwverify "\r\nType your security password again for verify : "
- User_pw_diffrnt "\r\n\nYou didn't enter the same security passwords, i ask it again.\a"
- User_pw_changed "\r\n\nYour password is now changed, please don't forget it.\r\n\n"
- User_new_scrlen "\r\nEnter the highest number you can see at the top for your screenlength: "
- User_inv_scrlen "\r\n\nUse only values between 10 and %d lines!"
- User_new_scrwid "\r\n\nEnter your screen width (most 80 columns) :"
- User_inv_scrwid "\r\n\nUse only values between 80 and %d columns!"
- User_hotkeys "\r\n\nDo you want to use fast menu hotkeys \x18(Y,n)\x17 ? "
- User_intruderlk "\r\n\nIntruder detection has been enabled, next login will be\r\n"
- "possible about %d minutes!\r\n\nBye!\r\n"
- User_badcalls "\r\n\nWARNING! %d bad calls since your last logon detected, be carefull!\r\n\n"
-
- ;
- ; Changed for alias support
- ;
- User_firstname "\rEnter 'new' to startup newuser procedure or Alias or your\r\n"
- "first and last name : "
-
- User_scanning "\r\n\nScanning user file..."
- User_notfound "\rUsername or Alias \'%s\' not found, did you enter \r\n"
- "it correctly (Y,n) ? "
-
- User_newuser "\r\n\nStarting newuser procedure..."
- User_fullname "\r\n\nEnter your full (first & last) name : "
-
- User_alias "\r\n\nEnter a User alias/handle you want to use on this BBS : "
- User_dupalias "\r\n\nThat user alias is already used on this BBS, try another one!"
- User_correct "\r\n\nHave you all the information correct entered (Y,n) ? "
- User_getpasswd "Enter your security password : "
- User_badpasswd "\r\nWrong Password!\a\r\n"
- User_nobirthd "\r\n\nI didn't have your birthday information, please enter your birthday\r\n"
- "Use only this format: %s > "
- User_inv_birthd "\r\n\nPlease don't use other formats and enter it correctly, you can't\r\n"
- "skip this question.\a"
- User_register "\r\x18 %s \x17\r\n\nPlease ask the Sysop to register Octopus, press any key now to go continue...\r\n\n"
- User_sup_ansi "Your display does support ANSI codes, do you accept %s \x18(Y,n)\x17 ? "
- User_ask_alias "\r\n\nOn this BBS are alias-handled messagebases but you don't have one\r\n"
- "to avoid problems i'll ask you now to enter one.\r\n\n"
- ;
- ; New entry's for Octopus v0.74alpha-7
- ;
- Mess_send_route "\fYour message will be send to %s using the following route:\r\n\n"
- "%s -> %s (%d:%d/%d"
- Mess_enter_email "Enter an internet style E-mail address from the person you'll\r\n"
- "write a message. (Example: abcdefgh@abc.ef.gh)\r\n\n>"
- Mess_inv_email "\r\n\nThe E-mail address you have entered is not valid, it does not\r\n"
- "have a '@' char which is needed. Please enter a valid E-mail address!\r\n\n>"
- Mess_mail_header " \r\n Message area Message(s) to you... Group name: %s\r\n"
- "\x11-------------------- ---------------------------------------------------------\x0e\n"
- ;
- File_upl_to_user "\r\nEnter the full username where are your files for, note that your\r\n"
- "uploaded files are removed automatically after a few days.\r\n"
- ">"
- File_upl_sysop "I think you want to upload a file for the SysOp, the file upload\r\n"
- "will result in a private upload.\r\n\n"
-
- File_user_is_pnt "Username %s is point on this BBS as %u:%u/%u.%u\r\n\n"
- File_user_hold "Your uploaded files will be set on Hold for this point because this is much\r\n"
- "faster in practice and easyer for him/her.\r\n"
-
- File_user_is_node "Username %s is not point on this BBS but known as %u:%u/%u.%u\r\n\n"
- File_user_notice "The user will be noticed that there is a file for him on Hold using\r\n"
- "a private netmail message. When he receive it he can decide to pick up\r\n"
- "the file or not. The file is automatically deleted after a few weeks.\r\n"
- File_user_unknown "Username %s not in userlist,\r\n"
- "do you want to enter a new username \x18(Y,n)\x17 ? "
- File_user_known "The user is known at this BBS so you can transfer a file to them\r\n"
- File_user_upload "\nDo you want to upload the file now \x18(Y,n)\x17 ? "
- File_no_diskspace "\r\n\nDue lack of disk space file %s saved as READ-ONLY\r\n"
- "Please write a message to sysop for the file description\r\n\n"
- ;
- Misc_terminate "\fSorry... your Sysop does terminate Octopus..."
- Misc_prg_exec "\fSorry... your Sysop does a programm change execution..."
- Misc_call_back "\r\n\nCall back later... Bye!\r\n"
- Misc_shutdown "\fSorry... your Sysop does a shutdown or resolution change...\r\n\n"
- "Call back later... Bye!\r\n"
- Qwk_need_ndx "\f*** Does your Qwk offline reader need *.NDX files? ***\r\n\n"
- "@Y Yes, create Qwk packets including *.NDX files.\r\n"
- "@N No, my Qwk reader doesn't need this.\r\n\n"
- "Select: "
- Qwk_add_news "\f*** Do you want welcome & news files in you Qwk packet? ***\r\n\n"
- "@Y Yes, include these files with every Qwk packet.\r\n"
- "@N No, i don't need this.\r\n\n"
- "Select: "
- Qwk_unmark_areas "\f*** Unmark all marked message areas for offline reader? ***\r\n\n"
- "@Y Yes, Unmark all marked message areas.\r\n"
- "@N No, don't do it!\r\n\n"
- "Select: "
- Qwk_reset_lastrd "\f*** Reset all message lastread pointers? ***\r\n\n"
- "@Y Yes, Reset all lastread pointers.\r\n"
- "@N No, don't do it!\r\n\n"
- "Select: "
- Qwk_set_maxmsgs "\f*** Set Maximum messages/area for QWK offline reader ***\r\n\n"
- "Enter maximum number of messages, or \x18(Return)\x17 for no limit: "
-
- User_list_header "\f\x15 Username, city calls, last Computer, modem\r\n"
- "\x0f-------------------------------------- ---------------------------------------\x0e"
- User_list_found "\nTotal %ld users found with keyword '%s'\r\n\n"
- User_lastcall "\fList of the last %d callers...\r\n\n"
- "Full name City Login time Call Up Down \r\n"
- "\x0f--------------------- ------------------ ------------------ ---- ------ -------\x0e\r\n"
- User_name2short "\r\n\nThe full name of you is too short for use, you should enter now a new\r\n"
- "and your real First and Last name: "
- User_name_wrong "\r\n\nThe name %s does not have a first and last name!"
- User_name_dup "\r\n\nThe name %s already used on this BBS!"
- ;
- ;
- ; Updates for Octopus v0.74alpha8
- ;
- Mess_scanown_bar "\f Msg# Area name: From user: Subject:\r\n"
- "\x0f----- ---------------- ------------------------- ------------------------------\x0e"
- Mess_scan_bar "\f Msg# From user: To user: Subject:\r\n"
- "\x0f----- ------------------------ ------------------------ -----------------------\x0e\r"
- Mess_no_msgs "\fThere are no messages to read in this area until you write one.\r\n\n"
- Mess_Fs_readonly "(area is readonly)"
-
- Qwk_arealist_hdr "Nr. area name msgs. last. description\r\n"
- "----- - ---------------- ----- ----- ----------------------------------------\r\n"
-
- File_arealist_hdr "Nr. area name files size description\r\n"
- "----- -------------------- ----- --------- ----------------------------------\r\n"
- ;
- ; End OCTOPUS.LNG
- ;
-
-